+#include <config.h>
#include <math.h>
#include <pango/pangocairo.h>
#include <gtk/gtk.h>
};
gtk_show_about_dialog (GTK_WINDOW (main_window),
"name", "Print Test Editor",
- "logo-icon-name", "text-editor",
- "version", "0.1",
- "copyright", "(C) Red Hat, Inc",
- "comments", "Program to demonstrate GTK+ printing.",
+ "logo-icon-name", "text-editor-symbolic",
+ "version", PACKAGE_VERSION,
+ "copyright", "© 2006-2020 Red Hat, Inc",
+ "comments", "Program to demonstrate GTK printing.",
"authors", authors,
NULL);
}